home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / CHIP Ekim 1996.iso / prog / mcafee / scan95.bat < prev   
Encoding:
DOS Batch File  |  1996-09-17  |  292 b   |  21 lines

  1. @echo off
  2.  
  3. md c:\chip
  4. md c:\chip\ekim96
  5. md c:\chip\ekim96\scan95
  6. cd c:\chip\ekim96\scan95
  7.  
  8. if exist d:\setup.001 d:
  9. if exist e:\setup.001 e:
  10. if exist f:\setup.001 f:
  11. if exist g:\setup.001 g:
  12. if exist h:\setup.001 h:
  13.  
  14. cd\prog\mcafee
  15. copy *.exe c: /Y
  16.  
  17. c:
  18. s95i110e.exe
  19.  
  20. exit
  21.